Overload | Description |
---|---|
SaveToStream(Stream,String,NRectangle,Double,NImageEncoderSettings) | Exports the specified bounds of the document to a vector image of the specified format and saves it to the given stream. |
SaveToStream(Stream,ENVectorImageFormat) | Exports the whole document to a vector image of the specified vector image format and saves it to the given stream. |
SaveToStream(Stream,ENVectorImageFormat,NRectangle) | Exports the specified bounds of the document to a vector image of the specified vector image format and saves it to the given stream. |
SaveToStream(Stream,ENVectorImageFormat,NRectangle,Double) | Exports the specified bounds of the document to a vector image of the specified vector image format and saves it to the given stream. |